-
Notifications
You must be signed in to change notification settings - Fork 13
Update pyproject.toml #605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v0.6-dev
Are you sure you want to change the base?
Conversation
|
@samland1116 if you update your project.garden.yaml to (line 13) it should build: |
|
@samlamont I can't run the tests because the |
|
@mgdenno I see the issue with the tests. Earlier I changed |
|
@samlamont I wonder if there is a setting to use relative paths or something. Either way, I guess it would be good to roll back for now. |
|
hmm well after reverting the change to the metrics class initialization the table_name is being recognized for me in my local kind deployment in WSL. For example this works: ev.metrics(table_name="fcst_joined_timeseries").query(
group_by=["primary_location_id", "configuration_name", "variable_name", "unit_name"],
include_metrics=[
sm.Count(),
sm.Average(),
dm.RelativeBias(),
dm.NashSutcliffeEfficiency(),
dm.KlingGuptaEfficiency()
]
).to_sdf().show() |
This PR does a couple of things: